(toggle-scroll-bar): Renamed from toggle-vertical-scroll...
authorRichard M. Stallman <rms@gnu.org>
Mon, 17 May 1993 04:37:22 +0000 (04:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 17 May 1993 04:37:22 +0000 (04:37 +0000)
lisp/frame.el

index fd828b47786a51cbe8197a7656b8fc5c3ee26090..87d7efd17a26de477fa6e51c444724aad8b611a1 100644 (file)
@@ -408,7 +408,7 @@ With arg, turn auto-lower mode on if and only if arg is positive."
   (modify-frame-parameters (selected-frame)
                           (list (cons 'auto-lower (> arg 0)))))
 
-(defun toggle-vertical-scroll-bar (arg)
+(defun toggle-scroll-bar (arg)
   "Toggle whether or not the selected frame has vertical scroll bars.
 With arg, turn vertical scroll bars on if and only if arg is positive."
   (interactive "P")